When sending events to windows with a proxy, set the window field in the
authorOwen Taylor <otaylor@redhat.com>
Tue, 23 Feb 1999 00:43:26 +0000 (00:43 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 23 Feb 1999 00:43:26 +0000 (00:43 +0000)
commit148e7663341edbb31ea03cdb2c82bccf8003ef02
tree5e8f927b65b3dee5f54c31cdf365d0c990deb7d9
parentd5aed59bbcefe89a34da745a0f7e2abe7bcdcae6
When sending events to windows with a proxy, set the window field in the

Mon Feb 22 19:06:30 1999  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkdnd.c (xdnd_send_*): When sending events to
 windows with a proxy, set the window field in the
 sent event to the original window, not to the proxy.
 (This gives consistency with Motif, and also provides
  information to the destination that it wouldn't have
  otherwise).

* gtk/gtkdnd.c: Fixed some refcount leaks for windows.

* gdk/gdkdnd.c (xdnd_send_xevent): When sending
 Xdnd event to the root window, set the event mask
 to ButtonPressMask. Hopefully, this should give us
 compatibility with kfm, if it uses the Qt style
 of root window drops.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkdnd.c
gdk/x11/gdkdnd-x11.c
gtk/gtkdnd.c